ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientLoadingRows Property






In This Topic
    OnClientLoadingRows Property
    In This Topic
    Occurs before the grid rows are bound to the data source.
    Syntax
    'Declaration
     
    
    <JsonAttribute(True, 
       2, 
       "loadingRows")>
    Public Overridable Property OnClientLoadingRows As System.String
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.String
     
    instance.OnClientLoadingRows = value
     
    value = instance.OnClientLoadingRows
    [Json(true, 
       2, 
       "loadingRows")]
    public virtual System.string OnClientLoadingRows {get; set;}
    public read-write property OnClientLoadingRows: System.String; virtual; 
    JsonAttribute(2, 
       "loadingRows")
    public function get,set OnClientLoadingRows : System.String
    [Json(true, 
       2, 
       "loadingRows")]
    public: __property virtual System.string* get_OnClientLoadingRows();
    public: __property virtual void set_OnClientLoadingRows( 
       System.string* value
    );
    [Json(true, 
       2, 
       "loadingRows")]
    public:
    virtual property System.String^ OnClientLoadingRows {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also